Dew Stats for .NET
|
Calculate parameters for Logistic distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to follow logistic distribution. |
out double m |
Return Logistic distribution parameter estimator M. |
out double b |
Return Logistic distribution parameter estimator b. |
RandomLogistic
The following example generates 100 random logistic distributed values and then uses LogisticFit routine to extract used m and b parameters
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|